home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / MacFormat 92 CD / Shareware Plus / Utilities / FolderSynchronizer 1.8.9 / FoldersSynchronizer / FoldersSynchronizer.9 / AllScripts_29_ScrFrTimer.ls < prev    next >
Encoding:
Text File  |  2000-05-10  |  205 b   |  12 lines

  1. on prepareFrame
  2.   global gTimerAll, gJustLaunched
  3.   set gJustLaunched to 0
  4.   SetIngrigisceTimer()
  5. end
  6.  
  7. on exitFrame
  8.   set the keyDownScript to "TastoTimer"
  9.   set the mouseDownScript to EMPTY
  10.   pause()
  11. end
  12.